home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 2.iso / textproc / ocr2 / code.txt < prev    next >
Text File  |  1993-09-06  |  52b  |  8 lines

  1. /* Hello.c */
  2. main ()
  3. {
  4. printf("Hello");
  5. }
  6.  
  7.  
  8.